home *** CD-ROM | disk | FTP | other *** search
/ Windows 32-Bit Gallery / Windows 32-bit Gallery.iso / win95 / 95help / tips.txt
Text File  |  1996-11-20  |  29KB  |  735 lines

  1.  
  2.     ----------------------------------------------------------------------------
  3.                     Microsoft Windows 95 README for Tips and Tricks
  4.                                          August 1995            
  5.     ----------------------------------------------------------------------------
  6.  
  7.                           (c) Copyright Microsoft Corporation, 1995
  8.  
  9.  
  10. This document provides complementary or late-breaking information to supple-
  11. ment the Microsoft Windows 95 documentation.
  12.  
  13. ------------------------
  14. How to Use This Document
  15. ------------------------
  16.  
  17. To view Tips.txt on screen in Notepad, maximize the Notepad window.
  18.  
  19. To print Tips.txt, open it in Notepad or another word processor,
  20. and then use the Print command on the File menu.
  21.  
  22.  
  23. Contents
  24. --------
  25. MS-DOS Command Prompt 
  26. Cut, Copy, Paste, Drag and Drop
  27. File Operations
  28. Folders and Windows Explorer 
  29. Hardware Profiles
  30. Keyboard Shortcuts
  31. Mobile Computing
  32. Multimedia and Sound
  33. Network
  34. Run Dialog Box
  35. Start Menu
  36. Taskbar
  37. System Tools
  38. Window Management
  39. Miscellaneous Tips and Tricks
  40.  
  41.  
  42. Note: You can find other tips besides those in this readme in the Help 
  43.       Contents, under "Tips and Tricks."
  44.  
  45.  
  46. MS-DOS Command Prompt
  47. ---------------------
  48.  
  49. [Visual Display of Directory from Command Prompt]
  50. If you are at a command prompt and want a visual display of a directory 
  51. (folder), type "start .", or "start .." and an open folder of that 
  52. directory appears on the desktop.
  53.  
  54. [Drag and Drop Filenames to Command Prompt]
  55. You can drag file and folder icons from the desktop or a folder to an 
  56. MS-DOS command prompt. The filename is then in the keyboard buffer
  57. of the running MS-DOS-based application.
  58.  
  59. [Copy/Paste Information From/To Command Prompt]
  60. Activate the toolbar in the MS-DOS-based program window to gain point-
  61. and-click access to copy, cut, and paste operations from a Windows-based 
  62. program to an MS-DOS-based program. For example, copy a folder output 
  63. on the screen, and then paste it into mail.
  64.  
  65. [Starting Windows-Based Programs from a Command Prompt]
  66. You can start Windows-based programs from a command prompt by typing the
  67. name of the program you want to run, and then specifying any parameters as
  68. needed. For example, to start Notepad, type "notepad" at the command prompt,
  69. and then press Enter. You can also start Windows-based programs in
  70. batch files.
  71.  
  72. You can also use the Start command to start a program or open a document. 
  73. For example: C:>start Docname.ext).
  74.  
  75. [Command.pif]
  76. If you set the properties for an MS-DOS prompt the wrong way, and you 
  77. can't open an MS-DOS window, go into the PIF directory and edit Command.pif, 
  78. or find Command.com and edit the properties there.
  79.  
  80. [DOSKEY]
  81. If you want to use DOSKEY in an MS-DOS window without loading it in 
  82. Autoexec.bat or creating a startup batch script, you can go to the
  83. Program properties and enter doskey as the startup batch file. If you 
  84. decide later that you want to have a real startup batch file, simply 
  85. move DOSKEY into this batch file.
  86.  
  87. [Directory Shortcuts]
  88. Related directories have the following shortcuts:
  89. . = current directory 
  90. .. = parent directory 
  91. ... = parent directory once removed directory (new in Windows 95)
  92. .... = parent directory twice removed (new in Windows 95)
  93. For example, if you are in the C:\Windows\System\Viewers directory,
  94. and you enter cd... at the command prompt, the directory changes to C:\.
  95.  
  96.  
  97. [Command Line Parameters]
  98. Add a "?" to the command line of MS-DOS programs, and you will be prompted 
  99. to add parameters when you start the program. This is especially useful 
  100. with MS-DOS program shortcuts.
  101.  
  102.  
  103. [Easy Disk Copy From the Desktop]
  104. Create a shortcut on the desktop with diskcopy a: a: at the command prompt 
  105. to copy a disk (substitute b: to use b: drive).
  106.  
  107.  
  108.  
  109. Cut, Copy, Paste, Drag and Drop
  110. ------------------------------
  111.  
  112. [Drag and Drop]
  113. To move an object, use the left mouse button to drag the object from one 
  114. folder to another on the same drive. Use Shift+Left-drag to force a move.
  115.  
  116. To copy an object, use the left mouse button to drag the object from one 
  117. folder to another on a different drive. Use CTRL+Left+drag to force a copy.
  118.  
  119. To create a shortcut to an executable, use the left mouse button to drag an 
  120. executable file to a new folder. 
  121.  
  122. Use the right mouse button to drag an 
  123. object from one folder to another, and then select 'Create Shortcut(s) Here' 
  124. to create a shortcut to that object. The icon annotations indicate what 
  125. will happen: a plus sign for copy, an arrow for a shortcut, and no symbol 
  126. for a move. Press ESC while you are dragging the object to cancel the action.
  127.  
  128. To create document shortcuts: Right drag a selection from an OLE document 
  129. (for example, Word 95) onto the Desktop or folder, and then select 
  130. "Create Document Shortcut Here." This document shortcut will open the 
  131. original document at the place in the document that the shortcut originated.
  132.  
  133. To create document scraps: Use the left mouse button to drag a selection 
  134. from an OLE document (for example, Word 95) onto the desktop or folder to 
  135. create a scrap (a scrap is an OLE object that contains the selection). 
  136. Drop the scrap onto another document or back onto the original document 
  137. to insert or render it (whichever is most appropriate).
  138.  
  139. [Right Drag and Drop] 
  140. Right drag and drop works like left drag and drop except that a menu is
  141. displayed when you drop the object. The menu for folders displays these 
  142. commands: Move Here, Copy Here, Create Shortcut(s) Here. The menu for OLE 
  143. objects includes:  Create Scrap Here, Move Scrap Here, Create Document 
  144. Shortcut Here).
  145.  
  146. [Drag to the Taskbar] 
  147. You can drag objects from one open document to another open document 
  148. (one covering the other) by dragging the object to the target's taskbar, 
  149. waiting until the target window is displayed, and then dragging the object 
  150. onto the target window.
  151.  
  152.  
  153.  
  154. File Operations
  155. ----------------
  156.  
  157. [Creating a New File]
  158. Create a new file by using the right mouse button to click the desktop 
  159. or folder, point to New, and then click the type of file you want to create
  160. from the list. 
  161.  
  162. [Create a New Folder While Saving a File]
  163. When using the Save As command to save a file, you can also create a new 
  164. folder in which to store the file. Use the right mouse button to click
  165. the dialog box list, point to New, and then click Folder. Double-click 
  166. the new folder to open it, and then continue the save process.
  167.  
  168. [Deleting Files Without Moving them to Recycle Bin]
  169. Select the file or files to be deleted. Use the right mouse button to click
  170. the selection, and then hold down the Shift key and click Delete (or 
  171. hold down the Shift key when pressing the Delete key if using the keyboard). 
  172.  
  173. [Copying and Moving Files]
  174. Use the right mouse button to click the files you want to copy or move, 
  175. and then click Copy or Cut. Open the destination location, and then click 
  176. the right mouse button and select Paste.
  177.  
  178.  
  179.  
  180. Folders and Windows Explorer
  181. ----------------------------
  182.  
  183. [Selecting Multiple Files]
  184. Selecting multiple files in large icon view works differently from list view.
  185. To extend a selection, click the first icon, and then hold down the Shift 
  186. key while you click the last icon to be selected. To change an icon from 
  187. selected to unselected, hold down the CTRL key while you select the icon.
  188.  
  189. [Keyboard Shortcuts]
  190. * Press Win+E to start Windows Explorer by pointing to 'My Computer'
  191.  (on Microsoft Natural Keyboard).
  192. * Press Backspace to display the parent folder.
  193. * To select all files is a folder, press CTRL+A.
  194. * Press F5 to update the contents list.
  195.  
  196. [Special Folders]
  197. You can put the contents of Control Panel or other special folders on your
  198. Start menu (or in any folder). Create a folder by clicking New on the
  199. File menu, and then clicking Folder. Then, paste in the appropriate name 
  200. as shown below:
  201.  
  202. For                Use This Name
  203. ----------------------------------------------    
  204. Control Panel        Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  205. Dial Up Network        Dial Up Net.{992CFFA0-F557-101A-88EC-00DD010CCC48}
  206. Printers        Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
  207.  
  208. [Windows Explorer Switches]
  209. Windows Explorer switches are useful in creating rooted folders:
  210.  
  211.     Explorer [/e][,/root,<object>][[,/select],<sub object>]    
  212.  
  213. /e    Use Explorer view (scope and results pane view). The default is Open 
  214.     view (results in pane view only).    
  215. /root<object>    Specify the object in the "normal" name space that is used 
  216.     as the root (top level) of this Explorer/Folder (i.e., local path 
  217.     or UNC name). The default is the Desktop).    
  218. /Select    The parent folder opens and the specified object is selected.
  219. <sub object>    Specify the folder unless /select is used. The default is
  220.     the root.    
  221.  
  222. Examples: Explorer /e, /root, \\Reports  opens an Explorer window at \\Reports.
  223.     
  224.       Explorer /select, C:\Windows\Calc.exe  opens a folder at
  225.         C:\Windows (or activates one that is currently open) and
  226.         selects Calc.exe.    
  227.       Explorer /e, /root, \\Source\Internal\Design\Users\David\Archive
  228.         opens a folder to the Archive folder above. This is a good
  229.         way to create a dedicated, remote, documents archive 
  230.         folder. A link to this folder 
  231.         (\\Source\Internal\Design\ Users\David\Archive) can then be
  232.         placed in the SendTo folder for quick routing of documents.
  233.  
  234.  
  235.  
  236. Hardware Profiles
  237. ------------------
  238.  
  239. Hardware Profiles are used to set up multiple hardware configurations. This 
  240. is especially useful for laptops that have docking stations or workstations
  241. with removable storage media.
  242.  
  243. The following example demonstrates how to set up hardware profiles for a
  244. laptop with a docking station that has this configuration:
  245.  
  246. Configuration        Docked            Undocked
  247. ---------------------------------------------------------    
  248. Display driver        S3            VGA
  249. Network            w/Microsoft Network    None
  250. RNA            no RNA            with RNA
  251.  
  252. [Open Systems Properties:]
  253. 1. Use the right mouse button to click the My Computer icon.
  254. 2. Click Properties, and then click the Hardware Profiles tab.
  255. 3. Verify that two hardware profile options labeled Docked and Undocked
  256. exist. If these options are not available, highlight Original Configuration,
  257. and then click Rename. Type DOCKED and then click OK. Highlight the word
  258. DOCKED and then click Copy. In the Copy Profile Dialog Box type UNDOCKED.
  259.  
  260. [To Set Up the Video Driver for Docked and Undocked Configurations]
  261. First, verify that VGA is installed. If it is not installed, double-click
  262. the Display icon in Control Panel. Click the Settings tab, and then click
  263. Change Display Type. In the Adapter Type area, click Change, and then 
  264. install the VGA driver.
  265. 1. In Control Panel, double-click the System icon, and then click the Device
  266.    Manager tab.
  267. 2. Double-click Display Adapter, and then double-click VGA. 
  268. 3. In the Device Usage area, make sure Undocked is checked and Docked is 
  269.    unchecked. Click OK.
  270. 4. In the  Device Manager tab, double-click Display Adapter, and then 
  271.    double-click the S3 adapter.
  272. 5. In the Device Usage area, make sure the Docked option is checked and 
  273.    the Undocked option is unchecked. 
  274. 6. Click OK to exit Device Manager.
  275.  
  276.  
  277. [To Set Up for No Network in an Undocked State]
  278. 1. In Control Panel, double-click the System icon, and then click the Device
  279.    Manager tab.
  280. 2. Double-click Network Adapter, and then double-click the network card. 
  281. 3. In the Device Usage area of the General tab, remove the check mark from 
  282.    the Undocked option. Click OK, and then return to Device Manager.
  283.  
  284. [To set up for no RNA while docked]
  285. 1. Repeat Step 1.
  286. 2. Double-click the Dial-up Networking adapter. Remove the check mark for 
  287.    the Docked option. 
  288.  
  289.  
  290. Keyboard Shortcut Keys
  291. ----------------------
  292.  
  293. [Hot and Other Keys]
  294. *General folder / Windows Explorer shortcuts for a selected object:
  295.  
  296.     Keys            Action
  297.       -----------------------------------------------------------------    
  298.     F2            Rename    
  299.     F3            Find    
  300.     CTRL+X, C, or V        Cut, Copy, or Paste    
  301.     SHIFT+DELETE        Delete immediately without putting the file 
  302.                 in Recycle Bin    
  303.     ALT+ENTER        Properties    
  304.     ALT+double-click    Properties    
  305.     CTRL+right-click    Put alternative verbs on the context menu 
  306.                 (Open With)                
  307.     SHIFT+double-click    Explore the object if it has an Explore 
  308.                 command    
  309.  
  310.     CTRL+drag a file to a 
  311.     folder            Copy a file
  312.     
  313.     CTRL+SHIFT+drag a
  314.     file to the desktop 
  315.     or a folder        Create a shortcut    
  316.  
  317.     CTRL+ESC,ESC,TAB,SHIFT+F10    
  318.                 Open taskbar properties
  319.  
  320. [General control over folders/Windows Explorer]    
  321.  
  322.     F4 (Explorer)        Displays the combo box    
  323.     F5            Refresh    
  324.     F6            Switches between panes in Windows Explorer    
  325.     CTRL+G(Windows 
  326.     Explorer)        Goto    
  327.     CTRL+Z            Undo    
  328.     CTRL+A            Select all    
  329.     BACKSPACE        Goes to the parent folder    
  330.     SHIFT+<close>        Closes this folder and all its parent folders
  331.                 
  332. [In Windows Explorer]    
  333.     Num*            Expands everything under selection    
  334.     Num-            Expands selection    
  335.     Num+ or Right arrow    Collapses selection    
  336.     Right arrow        Expands current selection if it's collapsed;
  337.                 otherwise goes to the first child.    
  338.     Left arrow        Collapses current selection if it's expanded; 
  339.                 otherwise goes to the parent    
  340.  
  341. [In Properties]
  342.     CTRL+TAB or
  343.     CTRL+SHIFT+TAB        Switches between Properties tabs    
  344.  
  345. [In Open/Save Common Dialog Boxes]
  346.      F4            Drop down the location list    
  347.     F5            Refresh the view    
  348.     Backspace        Go to parent folder if focus is on view window    
  349.  
  350. [General Keyboard-Only Commands]
  351.     F1            Help    
  352.     F10            Goes to menu mode    
  353.     SHIFT+F10        Context menu for selected item    
  354.     CTRL+ESC        Brings up Start menu    
  355.     CTRL+ESC, ESC        Focus on the Start button    
  356.     SHIFT+F10        Context menu    
  357.     ALT+TAB            Switch to the running program    
  358.     SHIFT while 
  359.     inserting CD        Bypasses auto-run    
  360.     Alt+M when focus 
  361.     is on taskbar        Minimizes all windows    
  362.  
  363. [Accessibility Shortcuts]
  364.     Tap SHIFT 5 times    Toggles StickyKeys on/off    
  365.     Hold down Right 
  366.     SHIFT for 8 seconds    Toggles FilterKeys on/off    
  367.     Hold down NumLock 
  368.     for 5 seconds        Toggles ToggleKeys on/off
  369.     
  370.     Left ALT+LEFT+SHIFT
  371.     +NumLock        Toggles MouseKeys on/off    
  372.     Left ALT+LEFT+SHIFT
  373.     +PrintScreen        Toggles HighContrast on/off    
  374.  
  375. [MS Natural Keyboard]
  376.      Win+R            Run dialog    
  377.     Win+M            Minimize All    
  378.     Shift-Win+M        Undo Minimize All    
  379.     Win+F1            Windows Help    
  380.     Win+E            Explorer    
  381.     Win+F            Find Files or Folders    
  382.     CTRL+Win+F        Find Computer    
  383.     Win+Tab            Cycle through taskbar buttons    
  384.     Win+Break        PSS Hotkey... (System properties)
  385.  
  386.  
  387.  
  388. Mobile Computing
  389. -----------------
  390.  
  391. [Automatic Synchronizing of Files on Laptop]
  392. If you have files that you want to keep synchronized between your portable,
  393. your office desktop, and your home computer, you should create Briefcases
  394. on both your desktop computers, and then keep the files on your portable. 
  395. Drag the documents from your portable to the Briefcase on each desktop 
  396. computer. Then, each time you connect your portable to a docking station,
  397. the Briefcase on the desktop computer synchronizes the files. 
  398.  
  399. [Creating a Second Undocked Configuration]
  400. To create a second, undocked configuration for your portable (for example,
  401. one configuration has a printer and the other does not), follow these steps:
  402.  
  403. 1. Make sure your computer is in the configuration you want, and then use 
  404.    the right mouse button to click the My Computer icon. 
  405. 2. Click Properties, and then click the Configuration tab.
  406. 3. Select the undocked configuration, and then choose Copy. 
  407. 4. Select the new configuration and give it a unique name. 
  408. 5. Go to Device Manager and click Refresh. This will re-enumerate all the 
  409.    hardware devices on your system and build the new configuration.
  410.  
  411. [Viewing Remaining Battery Life of Laptop]
  412. For computers with APM functionality, click the Battery icon on the 
  413. taskbar to view a detailed battery meter.
  414.  
  415.  
  416. Multimedia and Sound
  417. ---------------------
  418.  
  419. To remove Auto Run when an audio CD is inserted, hold down the Shift key
  420. when you insert the CD-ROM, or make the following changes:
  421.  
  422. 1. Open a folder (for example, My Computer).
  423. 2. On the View menu, click Options, and then click File Types.
  424. 3. Click AudioCD, and then click Edit.
  425. 4. In the Action list, click Play.
  426. 5. Click Set Default to turn off Auto Run.
  427.  
  428. Note: If the Play command is bold, the CD will play when it is inserted, 
  429. if Play is not bold, it will not.
  430.  
  431. [Opening the Media Player From an AVI]
  432. When an AVI file is playing, you can open Media Player by double-clicking
  433. the title bar of the AVI. Double-click the Media Player title bar to exit.
  434.  
  435. [Master Volume Icon]
  436. You can put a master volume control on the taskbar by following these
  437. steps:
  438.  
  439. 1. In Control Panel, double-click the Multimedia icon.
  440. 2. Click the Audio tab, and then click Show Volume Control on the taskbar.
  441. 3. Click the volume (speaker) icon on the taskbar to open the master volume
  442.    control. Double-click the volume (speaker) icon to open Volume Control.
  443.  
  444. [Cache Size for CD-ROMs]
  445. You can set the cache size for CD-ROMs via the System icon in Control Panel.
  446.  
  447. 1. Double click the System icon in Control Panel, and then click the
  448.    Performance tab.
  449. 2. Click File System to view the CD-ROM optimization control.
  450.  
  451. [Assigning Sounds to Events]
  452. To assign sounds to events, double-click the Sounds icon in Control Panel.
  453.  
  454.  
  455. Network
  456. -------
  457.  
  458. [Hints]
  459. Instead of connecting a drive letter to a network share, put shortcuts
  460. to those shares on your desktop or Start menu (for example, add a shortcut 
  461. to \\documents\user\dave instead of redirecting this share to drive Z). 
  462. This way, network shares are only connected when needed. 
  463.  
  464. If you work in a group, you may want to keep a folder on a public server for
  465. shortcuts to useful network locations. Interested individuals can 
  466. keep a shortcut to this folder on their desktop for quick access.
  467.  
  468. [Searching for a File on a Remote Server]
  469. 1. Click the Start button, point to Find, and then click Files or Folders.
  470. 2. Enter the file name in the Named box.
  471. 3. Enter the path in the Look In box, and then press Enter.
  472.  
  473. [Easy Access to Network Information]
  474. Add shortcuts to network locations in Network Neighborhood. They'll stay
  475. there when you're logged off the network and will cascade to Dial-Up 
  476. Networking features as long as they are installed.
  477.  
  478. [Easy Connection to a Network Server/Share]
  479. Click the Start button, click Run, and then enter the UNC path. For example, 
  480. entering \\server will open a window showing shared resources for the 
  481. computer named server. Entering \\server\share\direct opens the folder
  482. named direct on the \\server\share share point.
  483.  
  484. [Easy Access to Network Properties]
  485. Use the right mouse button to click Network Neighborhood to view network 
  486. properties.
  487.  
  488.  
  489. Run Dialog Box
  490. ---------------
  491.  
  492. [Via the Keyboard]
  493. Press CTRL+ESC+R to open the Run dialog box.
  494. On a Microsoft Natural Keyboard, press Win+R to open the Run dialog box. 
  495.  
  496. [Opening a Folder Anywhere From the Run Dialog Box]
  497. To open a folder, enter its local path or UNC path. For example, entering
  498. C:\Windows\System will open the System folder. 
  499. Entering \\server\share\direct will open a folder pointing to the direct 
  500. folder on the \\server\share share point. 
  501.  
  502. [Running a Program]
  503. You can run a program from within any folder by opening that folder and 
  504. then clicking Run from the Start Menu. 
  505.  
  506.  
  507. Start menu
  508. -----------
  509.  
  510. [Keyboard Shortcuts]
  511. Press CTRL+ESC to display the Start menu.
  512. On a Microsoft Natural Keyboard, press a Win key to display the Start menu.
  513.  
  514. [Adding items to the Start Menu]
  515. Drag an object (a folder, shortcut, program, or document) onto the 
  516. Start menu to add it to the top of the Start menu. If the object is a 
  517. folder, the folder contents is displayed when you point to that menu item.
  518.  
  519. [Modifying Start Menu Items]
  520. Use the right mouse button to click the Start menu, and then select Open or 
  521. Explore to view and modify its contents.
  522.  
  523. [Quick Access to Start Menu Items]
  524. You can quickly open programs at the top of the Start menu by numbering 
  525. the icons (rename them with a number before the name). Then, press
  526. CTRL+ESC followed by the number to start those programs.
  527.  
  528. [Emptying the Documents menu]
  529. 1. Click the Start menu, point to Settings, and then click Taskbar.
  530. 2. Click the Start Menu Programs tab, and then click Clear. 
  531.  
  532.  
  533. Taskbar
  534. -------
  535.  
  536. [Taskbar Background]
  537. To open the taskbar's context menu when the taskbar is full, move the 
  538. mouse pointer to the edge of the taskbar, and then use the right mouse
  539. button to click the taskbar. You can also do this to drag the taskbar.
  540.  
  541. [Hiding the Taskbar]
  542. 1. Use the right mouse button to click the Start button, and then click
  543.    Properties. 
  544. 2. Click the Taskbar Options tab, and then click Auto Hide. 
  545.    When the mouse moves near the taskbar area, the taskbar appears.
  546.  
  547. [Moving the Taskbar]
  548. You can drag the taskbar to any side of the desktop area.
  549.  
  550. [Languages and Keyboard Layouts]
  551. To change keyboard layouts while you work, make these changes: 
  552. 1. In Control Panel, double click the Keyboard icon. 
  553. 2. Click the Language tab, and then add another language as needed.
  554. 3. Make sure the Enable Indicator on Taskbar is checked. 
  555.    When you complete this setup, a Language layout icon appears on the 
  556.    taskbar. You can click the icon to select another language.
  557.  
  558.  
  559. System Tools
  560. ------------
  561. [System Monitor]
  562. Monitors system resources, threads, processor usage, etc.
  563.  
  564. [DriveSpace]
  565. You can use DriveSpace to compress hard and floppy disks, which creates 
  566. more free space on the disks. You can also use DriveSpace to configure disk 
  567. drives that you have already compressed using DoubleSpace or DriveSpace.
  568.  
  569. [Backup/Restore]
  570. You can use Backup to back up or restore files to tape, floppy, network 
  571. shares, etc.
  572.  
  573. [Disk Defragmenter]
  574. Use to speed up your hard disk by defragmenting the files on your hard drive.
  575.  
  576. [Netwatcher]
  577. You can see who is currently using resources on your computer by using 
  578. NetWatcher. You can also add shared folders and disconnect people from your 
  579. computer or from specific files.
  580.  
  581. [ScanDisk]
  582. You can use ScanDisk to check your hard drives for both logical and physical
  583. errors. ScanDisk will detect any errors, and then repair damaged areas.
  584.  
  585.  
  586.  
  587. Window Management
  588. ------------------
  589. [Switching Between a Window and a Full MS-DOS Screen]
  590. Press ALT+Enter.
  591.  
  592. [Closing Consecutive Windows]
  593. If you are using multiple window browse, and you want to close all open 
  594. windows, hold down the Shift key, and then click the close (X) button in 
  595. the upper right corner of the title bar. 
  596.  
  597. [Cascading, Tiling, and Minimizing All] 
  598. Use the right mouse button to click the taskbar, and then click an option.
  599.  
  600.  
  601.  
  602. Miscellaneous Tips and Tricks
  603. -----------------------------
  604.  
  605. [Configuration Summary]
  606. To print a copy of your system configuration summary, double-click the 
  607. Systems icon in Control Panel, and then click the Device Manager tab.
  608. Click Computer, and then click Print.
  609.  
  610. [Quick View]
  611. If Quick View is installed, and if Quick View supports a particular file 
  612. format, you can quickly view the contents of that file by using the right
  613. mouse button to click it, and then select Quick View.
  614.  
  615. You can also create a link to Notepad.exe in your SendTo folder. Then, 
  616. use the right mouse button to click the file you want to view. Click
  617. Sent To, and then click Notepad.
  618.  
  619. [Disk Tools]
  620. Use the right mouse button to click a drive in My Computer, and then click 
  621. Properties. Click the Tools tab to use ScanDisk, Backup, and Defragmenter.
  622.  
  623. [Converting Windows 3.1 Program Groups]
  624. You can convert Windows 3.1 program groups in two ways:
  625. 1. Double-click a .grp file to automatically convert it to a Windows 95
  626.    folder.
  627. 2. Run the GRPCONV command with the /m parameter to display a dialog box 
  628.    in which you can select groups to convert.
  629.  
  630. [Open With]
  631. To open an associated file with a different program, hold down Shift, and
  632. then use the right mouse button to click the file. Click Open With on the 
  633. menu to open the file with a different program.
  634.  
  635. [Hotkey]
  636. In Windows 95, hotkeys assigned to shortcuts in the Start Menu or 
  637. its subfolders can be used to start programs any time.
  638.  
  639. [Screen Resolution]
  640. To quickly change screen resolution for different applications, use the
  641. right mouse button to click the desktop, and then click the Settings tab.
  642. In the Desktop Area, move the slider bar to the desired resolution.
  643.  
  644. [Context Help]
  645. On the upper right side of each dialog box is a question mark button (?). 
  646. Click it and then click a control or item in the dialog box. A short 
  647. description of the item appears.
  648.  
  649. [Find Tool]
  650. To find a file, mail message, computer, or file on The Microsoft Network,
  651. use the Find command on the Start menu. In addition, you can save 
  652. a search in the Find dialog box by clicking Save Search on the File menu. 
  653.  
  654. [Bitmap Viewer]
  655. MS Paint can serve as a bitmap viewer. Drag a bitmap icon onto an MS Paint 
  656. window to view it. 
  657.  
  658.  
  659. [File Names and Extensions]
  660. The following are valid filenames for Windows 95 applications:
  661.     12345678.ABC (MS-DOS name)
  662.     12345678.ABCDEF (no limit on extensions)
  663.     123456789012345678901234567890123456789.ABC (long filename)
  664.     1234567890123456789012345678901234567890.ABCDEF (long filename and 
  665.         long extension)
  666. This is a valid filename (long names with spaces that mean something).
  667. To see the MS-DOS name associated with a long filename, use the right
  668. mouse button to click the file, and then click Properties. 
  669.  
  670. [Developer's Trick]
  671. If you need to restart the taskbar (for example, when you've changed a 
  672. registry entry that you want to use), you can use CTRL+ALT+DEL to remove
  673. Windows Explorer. When the Shutdown dialog box appears, click No. At the 
  674. next prompt, click End Task. The taskbar is removed, and then restarts. 
  675.  
  676. [Making an Emergency Startup Disk]
  677. To create a complete emergency startup disk, double-click the Add/Remove 
  678. Programs icon in Control Panel, and then click the Startup Disk tab.
  679.  
  680. [Undoing a File Move or File Rename]
  681. If you forget where you just moved a file, or if you accidentally rename
  682. a file, click Undo from the Edit menu (or press ALT+Backspace).
  683.  
  684. [Display Properties]
  685. Use the right mouse button to click the desktop, and then click Properties 
  686. to change the desktop background, screen saver, appearance, or video 
  687. settings. To change your primary display font, change the icon font on the 
  688. Appearance tab.
  689.  
  690. [Tips for Using the Taskbar Clock]
  691. Hold the mouse pointer over taskbar clock to see the date.
  692.  
  693. Double click the taskbar clock to set the system time, date, and time zone.
  694.  
  695. To remove the clock from the taskbar: 
  696. 1. Use the right mouse button to click the taskbar, and then click 
  697.    Properties.
  698. 2. Click the Taskbar Options tab, and uncheck Show Clock (or press C).
  699.  
  700. [Easy Access to Computer Properties]
  701. To view your computer (system) properties, use the right mouse button to
  702. click My Computer and then click Properties. If you have a Microsoft Natural 
  703. Keyboard, press Win+Break. 
  704.  
  705. To view Network properties, use the right mouse
  706. button to click Network Neighborhood, and then click Properties.
  707.  
  708.  
  709. [Using the Cursor Keys Instead of a Mouse]
  710. You can move the cursor without using the mouse by turning on MouseKeys. 
  711. Double-click the Accessibility Options icon in Control Panel, click the
  712. mouse tab, and then click Use MouseKeys.
  713.  
  714. [Easy Way to Access Control Panel]
  715. 1. Use the right mouse button to click the Start menu, and then click 
  716.    Explore.
  717. 2. Make a new directory in  the Start Menu folder named Control Panels (or 
  718.    whatever you want). 
  719. 3. Open the original Control Panels folder, select all the icons, and then 
  720.    use the right mouse button to drag them into your new folder. This
  721.    creates shortcuts to all the Control Panel icons. 
  722. 4. Close everything, and then click the Start menu. When you point to your 
  723.    new folder, you should see all the Control Panel icons. 
  724.  
  725.  
  726. [Sending Objects by Using Send To]
  727. You can drag any shortcut to the SendTo folder. This shortcut could be to 
  728. a printer, fax, network drive, or Windows application. To find the SendTo 
  729. folder, click the Start button, and then click Run. Type Sendto in the Run 
  730. dialog box. Use the right mouse button to drag the item's icon into the
  731. Send To window. The shortcut will appear on the Send To menu. Use the right 
  732. mouse button to click a document or folder icon, select Send To, and then 
  733. select a destination item.
  734.  
  735.